func reflect.addTypeBits
6 uses
reflect (current package)
abi.go#L422: addTypeBits(stackPtrs, stkStep.stkOff, arg)
abi.go#L455: addTypeBits(stackPtrs, stkStep.stkOff, res)
type.go#L2691: addTypeBits(bv, 0, &typ.Type)
type.go#L3041: func addTypeBits(bv *bitVector, offset uintptr, t *abi.Type) {
type.go#L3066: addTypeBits(bv, offset+uintptr(i)*tt.Elem.Size_, tt.Elem)
type.go#L3074: addTypeBits(bv, offset+f.Offset, f.Typ)
 |
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |